Mention 'C-h' in echo for unfinished commands
authorDmitry Gutov <dmitry@gutov.dev>
Wed, 7 Feb 2024 19:50:37 +0000 (21:50 +0200)
committerDmitry Gutov <dmitry@gutov.dev>
Wed, 7 Feb 2024 19:50:53 +0000 (21:50 +0200)
commitf444786e58737a4ae6071957dfc60075bbd96edc
tree32003bb2a9fd19f1757911390f185f480567d08e
parent2ecaa60f0521446c9d2c054a3493faaf46275223
Mention 'C-h' in echo for unfinished commands

* etc/NEWS: Mention it here.

* lisp/cus-start.el (standard): Add type and version for it.

* src/keyboard.c (echo-keystrokes-help): New user option
(https://lists.gnu.org/archive/html/emacs-devel/2024-02/msg00174.html).

* src/keyboard.c (echo_dash): Use it.
etc/NEWS
lisp/cus-start.el
src/keyboard.c